home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / afv95.zip / INDEX.H < prev    next >
C/C++ Source or Header  |  1995-02-12  |  218b  |  16 lines

  1. #ifndef INDEX_H
  2. #define INDEX_H    1
  3.  
  4. #include "utype.h"
  5.  
  6. void    OpenIndex();
  7.  
  8. uint    TopicCnt();
  9.  
  10. ulong    BytCnt(uint topic);
  11. char    *Descr(uint topic);
  12. ulong    FilCnt(uint topic);
  13. ulong    Offset(uint topic);
  14.  
  15. #endif
  16.